home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / STRTGAME.DXR / 00243.ls < prev    next >
Encoding:
Text File  |  2004-12-07  |  191 b   |  7 lines

  1. on exitFrame
  2.   global fxpath, effectspath, soundspathstart, soundspath
  3.   soundspathstart = the moviePath & "sound\"
  4.   fxpath = the moviePath & "fx\"
  5.   effectspath = the moviePath & "fx\"
  6. end
  7.